There are two ways to configure test profiles
Magellan can retrieve test profile information from an URL (to your hosted test profile).
The hosted test profile file needs to follow the format of:
{
"profiles": {
"microsoftedge": [{
"browser": "MicrosoftEdge_16_Windows_10_Desktop",
"resolution": "1280x1024",
"executor": "sauce"
}],
"tier-one-browsers": [{
"browser": "MicrosoftEdge_16_Windows_10_Desktop",
"resolution": "1280x1024",
"executor": "sauce"
},
{
"browser": "chrome_latest_Windows_10_Desktop",
"resolution": "1280x1024",
"executor": "sauce"
}
]
}
}
./node_modules/.bin/magellan --profile http://some.host#microsoftedge
./node_modules/.bin/magellan --profile http://some.host#microsoftedge,firefox57
./node_modules/.bin/magellan --profile http://some.host#tier-one-browsers
./node_modules/.bin/magellan --profile tier-one-browsers